body { font-family: "Open Sans", sans-serif; color: rgb(68, 68, 68); }a { color: rgb(0, 35, 90); text-decoration: none; }a:hover { color: rgb(255, 114, 74); text-decoration: none; }h1, h2, h3, h4, h5, h6 { font-family: Raleway, sans-serif; }.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: rgb(0, 35, 90); width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s ease 0s; }.back-to-top i { font-size: 24px; color: rgb(255, 255, 255); line-height: 0; }.back-to-top:hover { background: rgb(255, 180, 0); color: rgb(255, 255, 255); }.back-to-top.active { visibility: visible; opacity: 1; }#preloader { position: fixed; inset: 0px; z-index: 9999; overflow: hidden; background: rgb(255, 255, 255); }#preloader::before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border-width: 6px; border-style: solid; border-color: rgb(255, 233, 227) rgb(255, 74, 23) rgb(255, 74, 23); border-image: initial; border-radius: 50%; width: 60px; height: 60px; animation: 1s linear 0s infinite normal none running animate-preloader; }.kamioni-naslov { font-family: Montserrat, sans-serif; font-size: 15px; color: rgb(251, 250, 249); text-align: center; line-height: 130%; font-weight: bold; text-transform: uppercase; }.kamioni-lista { min-height: 10px; color: rgb(251, 250, 249); padding-left: 20px; font-size: 14px; text-align: left; }.kamioni { flex-direction: column; margin-bottom: 20px; }@-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}@keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}@media screen and (max-width: 768px) { [data-aos-delay] { }}#header { transition: all 0.5s ease 0s; z-index: 997; padding: 9px 0px; background: white; }#header.header-scrolled, #header.header-inner-pages { background: rgb(255, 255, 255); padding: 10px 0px; }#header .logo { font-size: 32px; margin: 0px; padding: 0px; line-height: 1; font-weight: 700; letter-spacing: 2px; }#header .logo a { color: rgb(255, 255, 255); }#header .logo img { max-height: 105px; }.navbar { padding: 0px; }.navbar ul { margin: 0px; padding: 0px; display: flex; list-style: none; align-items: center; }.navbar li { position: relative; }.navbar> ul> li { white-space: nowrap; padding: 8px 12px; }.navbar a, .navbar a:focus { display: flex; align-items: center; position: relative; justify-content: space-between; padding: 0px 3px; font-size: 14px; text-transform: uppercase; font-weight: 600; color: rgb(24, 22, 23); white-space: nowrap; transition: all 0.3s ease 0s; }.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; }.navbar> ul> li> a::before { content: ""; position: absolute; height: 2px; bottom: -6px; left: 0px; background-color: rgb(255, 180, 0); visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; }.navbar a:hover::before, .navbar li:hover> a::before, .navbar .active::before { visibility: visible; width: 100%; }.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover> a { color: rgb(255, 180, 0); }.navbar .getstarted, .navbar .getstarted:focus { padding: 8px 25px; margin-left: 30px; border-radius: 4px; color: rgb(255, 255, 255); background: rgb(0, 35, 90); border: 2px solid rgb(0, 35, 90); }.navbar .getstarted:hover, .navbar .getstarted:focus:hover { color: rgb(255, 255, 255); background: rgb(255, 180, 0); border-color: rgb(255, 180, 0); }.navbar> ul> li> .getstarted::before { visibility: hidden; }.navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0px; padding: 10px 0px; z-index: 99; opacity: 0; visibility: hidden; background: rgb(255, 255, 255); box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px; transition: all 0.3s ease 0s; border-radius: 4px; }.navbar .dropdown ul li { min-width: 200px; }.navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; text-transform: none; color: rgb(21, 34, 43); font-weight: 400; }.navbar .dropdown ul a i { font-size: 12px; }.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover> a { color: rgb(255, 74, 23); }.navbar .dropdown:hover> ul { opacity: 1; top: 100%; visibility: visible; }.navbar .dropdown .dropdown ul { top: 0px; left: calc(100% - 30px); visibility: hidden; }.navbar .dropdown .dropdown:hover> ul { opacity: 1; top: 0px; left: 100%; visibility: visible; }@media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover> ul { left: -100%; }}.mobile-nav-toggle { color: rgb(0, 35, 90); font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: all 0.5s ease 0s; }@media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; }}.navbar-mobile { position: fixed; overflow: hidden; inset: 0px; background: rgba(4, 7, 9, 0.9); transition: all 0.3s ease 0s; z-index: 999; }.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }.navbar-mobile ul { display: block; position: absolute; inset: 55px 15px 15px; padding: 10px 0px; border-radius: 10px; background-color: rgb(255, 255, 255); overflow-y: auto; transition: all 0.3s ease 0s; }.navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: rgb(21, 34, 43); }.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover> a { color: rgb(255, 74, 23); }.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; }.navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0px; z-index: 99; opacity: 1; visibility: visible; background: rgb(255, 255, 255); box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px; }.navbar-mobile .dropdown ul li { min-width: 200px; }.navbar-mobile .dropdown ul a { padding: 10px 20px; }.navbar-mobile .dropdown ul a i { font-size: 12px; }.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover> a { color: rgb(255, 74, 23); }.navbar-mobile .dropdown> .dropdown-active { display: block; }#hero { width: 100%; height: 100vh; background: url("") center top / cover; position: relative; padding: 0px; }#hero::before { content: ""; background: rgba(13, 20, 26, 0.7); position: absolute; inset: 0px; }#hero .hero-container { position: absolute; inset: 0px; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }#hero h1 { margin: 0px 0px 10px; font-size: 48px; font-weight: 700; line-height: 56px; text-transform: uppercase; color: rgb(255, 255, 255); }#hero h2 { color: rgb(238, 238, 238); margin-bottom: 50px; font-size: 24px; }#hero .btn-get-started { font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 14px; display: inline-block; padding: 10px 35px; border-radius: 4px; transition: all 0.5s ease 0s; color: rgb(255, 255, 255); background: rgb(255, 180, 0); border: 2px solid rgb(255, 180, 0); margin-right: 10px; }#hero .btn-get-started:hover { border-color: rgb(255, 180, 0); background: rgba(255, 255, 255, 0.1); }#hero .btn-get-started2 { font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 14px; display: inline-block; padding: 10px 35px; border-radius: 4px; transition: all 0.5s ease 0s; color: rgb(255, 255, 255); background: rgb(0, 35, 90); border: 2px solid rgb(0, 35, 90); margin-right: 10px; }#hero .btn-get-started2:hover { border-color: rgb(0, 35, 90); background: rgba(255, 255, 255, 0.1); }#hero .btn-watch-video { font-size: 16px; transition: all 0.5s ease 0s; margin-left: 25px; color: rgb(255, 255, 255); display: inline-flex; align-items: center; justify-content: center; }#hero .btn-watch-video i { line-height: 0; color: rgb(255, 255, 255); font-size: 32px; transition: all 0.3s ease 0s; margin-right: 8px; }#hero .btn-watch-video:hover i { color: rgb(255, 74, 23); }@media (min-width: 1024px) { #hero { background-attachment: fixed; }}@media (max-width: 768px) { #hero h1 { font-size: 28px; line-height: 36px; } #hero h2 { font-size: 18px; line-height: 24px; margin-bottom: 30px; }}section { padding: 60px 0px; overflow: hidden; }.section-bg { background-color: rgb(240, 244, 248); }.section-title { padding-bottom: 40px; }.section-title h2 { font-size: 32px; font-weight: 700; padding: 0px; line-height: 1px; margin: 0px 0px 5px; letter-spacing: 2px; text-transform: uppercase; color: rgb(0, 35, 90); font-family: Poppins, sans-serif; }.section-title h2::after { content: ""; width: 120px; height: 3px; display: inline-block; background: rgb(255, 180, 0); margin: 7px 0px; }.section-title p { margin: 0px; font-size: 36px; font-weight: 700; text-transform: uppercase; font-family: Poppins, sans-serif; color: rgb(38, 61, 77); }.about .container { padding-bottom: 15px; }.about .count-box { padding: 60px 0px; width: 100%; }.about .count-box i { display: block; font-size: 48px; color: rgb(161, 189, 209); float: left; line-height: 0; }.about .count-box span { font-size: 28px; line-height: 25px; display: block; font-weight: 700; color: rgb(54, 88, 112); margin-left: 60px; }.about .count-box p { padding: 5px 0px 0px; margin: 0px 0px 0px 60px; font-family: Raleway, sans-serif; font-weight: 600; font-size: 14px; color: rgb(46, 75, 94); }.about .count-box a { font-weight: 600; display: block; margin-top: 20px; color: rgb(46, 75, 94); font-size: 15px; font-family: Poppins, sans-serif; transition: all 0.3s ease-in-out 0s; }.about .count-box a:hover { color: rgb(71, 115, 146); }.about .content { font-size: 15px; }.about .content h3 { font-weight: 700; font-size: 24px; color: rgb(38, 61, 77); }.about .content ul { list-style: none; padding: 0px; }.about .content ul li { padding-bottom: 10px; padding-left: 28px; position: relative; }.about .content ul i { font-size: 24px; color: rgb(255, 74, 23); position: absolute; left: 0px; top: -2px; }.about .content p:last-child { margin-bottom: 0px; }.about .play-btn { width: 94px; height: 94px; background: radial-gradient(rgb(255, 74, 23) 50%, rgba(255, 74, 23, 0.4) 52%); border-radius: 50%; display: block; position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); overflow: hidden; }.about .play-btn::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0px; height: 0px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid rgb(255, 255, 255); z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }.about .play-btn::before { content: ""; position: absolute; width: 120px; height: 120px; animation: 2s ease 0s infinite normal none running pulsate-btn; opacity: 1; border-radius: 50%; border: 5px solid rgba(255, 74, 23, 0.7); top: -15%; left: -15%; background: rgba(198, 16, 0, 0); }.about .play-btn:hover::after { border-left: 15px solid rgb(255, 74, 23); transform: scale(20); }.about .play-btn:hover::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0px; height: 0px; border-right: none; border-image: initial; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid rgb(255, 255, 255); z-index: 200; animation: auto ease 0s 1 normal none running none; border-radius: 0px; }@-webkit-keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; }}@keyframes pulsate-btn { 0% { transform: scale(0.6, 0.6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; }}.about-boxes { padding: 60px 0px 30px; position: relative; }.about-boxes::before { content: ""; position: absolute; inset: 0px; background: rgba(255, 255, 255, 0.92); z-index: 9; }.about-boxes .container, .about-boxes .container-fluid { position: relative; z-index: 10; }.about-boxes .card { border-radius: 3px; border: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px; margin-bottom: 30px; }.about-boxes .card-icon { text-align: center; margin-top: -32px; }.about-boxes .card-icon i { font-size: 32px; color: rgb(255, 255, 255); width: 64px; height: 64px; padding-top: 5px; background-color: rgb(255, 74, 23); border-radius: 4px; text-align: center; border: 4px solid rgb(255, 255, 255); transition: all 0.3s ease 0s; display: inline-block; }.about-boxes .card-body { padding-top: 12px; }.about-boxes .card-title { font-weight: 700; text-align: center; margin-bottom: 20px; color: rgb(0, 35, 90); margin-top: 20px; }.about-boxes .card-title a { color: rgb(21, 34, 43); }.about-boxes .card-title a:hover { color: rgb(255, 74, 23); }.about-boxes .card-text { color: rgb(24, 22, 23); }.about-boxes .card:hover .card-icon i { background: rgb(255, 255, 255); color: rgb(255, 74, 23); }@media (max-width: 1024px) { .about-boxes { background-attachment: scroll; }}.clients { background: rgb(240, 244, 248); padding: 15px 0px; text-align: center; }.clients img { max-width: 55%; transition: all 0.4s ease-in-out 0s; display: inline-block; padding: 15px 0px; }.clients img:hover { filter: none; transform: scale(1.15); }@media (max-width: 768px) { .clients img { max-width: 40%; }}.features .nav-tabs { border: 0px; }.features .nav-link { border: 1px solid rgb(181, 204, 219); padding: 15px; transition: all 0.3s ease 0s; color: rgb(21, 34, 43); border-radius: 0px; display: flex; align-items: center; justify-content: center; }.features .nav-link i { padding-right: 15px; font-size: 48px; }.features .nav-link h4 { font-size: 18px; font-weight: 600; margin: 0px; }.features .nav-link:hover { color: rgb(255, 74, 23); }.features .nav-link.active { background: rgb(255, 74, 23); color: rgb(255, 255, 255); border-color: rgb(255, 74, 23); }@media (max-width: 768px) { .features .nav-link i { padding: 0px; line-height: 1; font-size: 36px; }}@media (max-width: 575px) { .features .nav-link { padding: 15px; } .features .nav-link i { font-size: 24px; }}.features .tab-content { margin-top: 30px; }.features .tab-pane h3 { font-weight: 600; font-size: 26px; }.features .tab-pane ul { list-style: none; padding: 0px; }.features .tab-pane ul li { padding-bottom: 10px; }.features .tab-pane ul i { font-size: 20px; padding-right: 4px; color: rgb(255, 74, 23); }.features .tab-pane p:last-child { margin-bottom: 0px; }.services .icon-box { margin-bottom: 20px; padding: 30px; border-radius: 6px; background: rgb(255, 255, 255); }.services .icon-box i { float: left; color: rgb(92, 142, 176); font-size: 40px; line-height: 0; }.services .icon-box h4 { margin-left: 70px; font-weight: 700; margin-bottom: 15px; font-size: 18px; }.services .icon-box h4 a { color: rgb(54, 88, 112); transition: all 0.3s ease 0s; }.services .icon-box .icon-box:hover h4 a { color: rgb(255, 74, 23); }.services .icon-box p { margin-left: 70px; line-height: 24px; font-size: 14px; }.services .icon-box:hover h4 a { color: rgb(255, 74, 23); }.testimonials { padding: 80px 0px; background: url("") center center / cover no-repeat; position: relative; }.testimonials::before { content: ""; position: absolute; inset: 0px; background: rgba(13, 20, 26, 0.7); }.testimonials .section-header { margin-bottom: 40px; }.testimonials .testimonials-carousel, .testimonials .testimonials-slider { overflow: hidden; }.testimonials .testimonial-item { text-align: center; color: rgb(255, 255, 255); }.testimonials .testimonial-item .testimonial-img { width: 100px; border-radius: 50%; border: 6px solid rgba(255, 255, 255, 0.15); margin: 0px auto; }.testimonials .testimonial-item h3 { font-size: 20px; font-weight: bold; margin: 10px 0px 5px; color: rgb(255, 255, 255); }.testimonials .testimonial-item h4 { font-size: 14px; color: rgb(221, 221, 221); margin: 0px 0px 15px; }.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { color: rgba(255, 255, 255, 0.4); font-size: 26px; }.testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; }.testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; }.testimonials .testimonial-item p { font-style: italic; margin: 0px auto 15px; color: rgb(238, 238, 238); }@media (min-width: 992px) { .testimonials .testimonial-item p { width: 80%; }}.testimonials .swiper-pagination { margin-top: 20px; position: relative; }.testimonials .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: rgb(161, 189, 209); opacity: 0.5; }.testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: rgb(255, 74, 23); opacity: 1; }.portfolio #portfolio-flters { padding: 0px; margin: 0px auto 25px; list-style: none; text-align: center; border-radius: 50px; }.portfolio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 16px; font-size: 14px; font-weight: 500; line-height: 1; color: rgb(68, 68, 68); margin: 0px 3px 10px; transition: all 0.3s ease-in-out 0s; background: rgb(229, 237, 243); border-radius: 4px; }.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { color: rgb(255, 255, 255); background: rgb(255, 74, 23); }.portfolio #portfolio-flters li:last-child { margin-right: 0px; }.portfolio .portfolio-item { margin-bottom: 30px; overflow: hidden; }.portfolio .portfolio-item img { position: relative; top: 0px; transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }.portfolio .portfolio-item .portfolio-info { opacity: 0; position: absolute; left: 15px; right: 15px; bottom: -50px; z-index: 3; transition: all 0.3s ease-in-out 0s; background: rgb(255, 180, 0); padding: 15px 20px; }.portfolio .portfolio-item .portfolio-info h4 { font-size: 18px; color: rgb(255, 255, 255); font-weight: 600; }.portfolio .portfolio-item .portfolio-info p { color: rgb(255, 255, 255); font-size: 14px; margin-bottom: 0px; }.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link { position: absolute; right: 50px; font-size: 24px; top: calc(50% - 18px); color: white; transition: all 0.3s ease-in-out 0s; }.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover { color: rgb(255, 193, 176); }.portfolio .portfolio-item .portfolio-info .details-link { right: 15px; }.portfolio .portfolio-item:hover img { top: -30px; }.portfolio .portfolio-item:hover .portfolio-info { opacity: 1; bottom: 0px; }.portfolio-details { padding-top: 40px; }.portfolio-details .portfolio-details-slider img { width: 100%; }.portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; }.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: rgb(255, 255, 255); opacity: 1; border: 1px solid rgb(255, 74, 23); }.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: rgb(255, 74, 23); }.portfolio-details .portfolio-info { padding: 30px; box-shadow: rgba(21, 34, 43, 0.08) 0px 0px 30px; }.portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgb(238, 238, 238); }.portfolio-details .portfolio-info ul { list-style: none; padding: 0px; font-size: 15px; }.portfolio-details .portfolio-info ul li + li { margin-top: 10px; }.portfolio-details .portfolio-description { padding-top: 30px; }.portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; }.portfolio-details .portfolio-description p { padding: 0px; }.team { position: relative; }.team .container { position: relative; z-index: 10; }.team .member { margin-bottom: 80px; position: relative; }.team .member .pic { overflow: hidden; }.team .member .member-info { position: absolute; bottom: -50px; left: 20px; right: 20px; background: rgb(255, 255, 255); padding: 20px 15px; color: rgb(21, 34, 43); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px; overflow: hidden; transition: all 0.5s ease 0s; }.team .member h4 { font-weight: 700; margin-bottom: 10px; font-size: 16px; color: rgb(21, 34, 43); position: relative; padding-bottom: 10px; }.team .member h4::after { content: ""; position: absolute; display: block; width: 50px; height: 1px; background: rgb(127, 165, 192); bottom: 0px; left: 0px; }.team .member span { font-style: italic; display: block; font-size: 13px; }.team .member .social { position: absolute; right: 15px; bottom: 15px; }.team .member .social a { transition: color 0.3s ease 0s; color: rgb(71, 115, 146); }.team .member .social a:hover { color: rgb(255, 74, 23); }.team .member .social i { font-size: 16px; margin: 0px 2px; }@media (max-width: 992px) { .team .member { margin-bottom: 110px; }}.contact .info-box { color: rgb(68, 68, 68); text-align: center; box-shadow: rgba(214, 215, 216, 0.6) 0px 0px 30px; padding: 20px 0px 30px; margin-bottom: 36px; min-height: 190px; }.contact .info-box i { font-size: 32px; color: rgb(255, 180, 0); border-radius: 50%; padding: 8px; }.contact .info-box h3 { font-size: 20px; color: rgb(119, 119, 119); font-weight: 700; margin: 10px 0px; }.contact .info-box p { padding: 0px; line-height: 24px; font-size: 14px; margin-bottom: 0px; }.contact .php-email-form { box-shadow: rgba(214, 215, 216, 0.6) 0px 0px 30px; padding: 30px; }.contact .php-email-form .error-message { display: none; color: rgb(255, 255, 255); background: rgb(237, 60, 13); text-align: left; padding: 15px; font-weight: 600; }.contact .php-email-form .error-message br + br { margin-top: 25px; }.contact .php-email-form .sent-message { display: none; color: rgb(255, 255, 255); background: rgb(24, 210, 110); text-align: center; padding: 15px; font-weight: 600; }.contact .php-email-form .loading { display: none; background: rgb(255, 255, 255); text-align: center; padding: 15px; }.contact .php-email-form .loading::before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0px 10px -6px 0px; border-width: 3px; border-style: solid; border-color: rgb(238, 238, 238) rgb(24, 210, 110) rgb(24, 210, 110); border-image: initial; animation: 1s linear 0s infinite normal none running animate-loading; }.contact .php-email-form input, .contact .php-email-form textarea { box-shadow: none; font-size: 14px; border-radius: 4px; }.contact .php-email-form input:focus, .contact .php-email-form textarea:focus { border-color: rgb(255, 74, 23); }.contact .php-email-form input { padding: 10px 15px; }.contact .php-email-form textarea { padding: 12px 15px; }.contact .php-email-form button[type="submit"] { background: rgb(0, 35, 90); border: 0px; padding: 10px 24px; color: rgb(255, 255, 255); transition: all 0.4s ease 0s; border-radius: 4px; }.contact .php-email-form button[type="submit"]:hover { background: rgb(255, 180, 0); }@-webkit-keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}@keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}.breadcrumbs { padding: 15px 0px; background: rgb(240, 244, 248); min-height: 40px; margin-top: 78px; }.breadcrumbs h2 { font-size: 28px; font-weight: 400; }.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0px; margin: 0px; }.breadcrumbs ol li + li { padding-left: 10px; }.breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: rgb(38, 61, 77); content: "/"; }@media (max-width: 992px) { .breadcrumbs { margin-top: 52px; } .breadcrumbs .d-flex { display: block !important; } .breadcrumbs ol { display: block; } .breadcrumbs ol li { display: inline-block; }}#footer { background: rgb(0, 35, 90); padding: 0px 0px 30px; color: rgb(255, 255, 255); font-size: 14px; }#footer .footer-top { background: rgb(21, 34, 43); border-bottom: 1px solid rgb(29, 48, 60); padding: 60px 0px 30px; }#footer .footer-top .footer-info { margin-bottom: 30px; }#footer .footer-top .footer-info h3 { font-size: 28px; margin: 0px 0px 15px; padding: 2px 0px; line-height: 1; font-weight: 700; }#footer .footer-top .footer-info p { font-size: 14px; line-height: 24px; margin-bottom: 0px; font-family: Raleway, sans-serif; color: rgb(255, 255, 255); }#footer .footer-top .social-links a { font-size: 18px; display: inline-block; background: rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); line-height: 1; padding: 8px 0px; margin-right: 4px; border-radius: 4px; text-align: center; width: 36px; height: 36px; transition: all 0.3s ease 0s; }#footer .footer-top .social-links a:hover { background: rgb(255, 74, 23); color: rgb(255, 255, 255); text-decoration: none; }#footer .footer-top h4 { font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); position: relative; padding-bottom: 12px; }#footer .footer-top .footer-links { margin-bottom: 30px; }#footer .footer-top .footer-links ul { list-style: none; padding: 0px; margin: 0px; }#footer .footer-top .footer-links ul i { padding-right: 2px; color: rgb(255, 94, 49); font-size: 18px; line-height: 1; }#footer .footer-top .footer-links ul li { padding: 10px 0px; display: flex; align-items: center; }#footer .footer-top .footer-links ul li:first-child { padding-top: 0px; }#footer .footer-top .footer-links ul a { color: rgb(255, 255, 255); transition: all 0.3s ease 0s; display: inline-block; line-height: 1; }#footer .footer-top .footer-links ul a:hover { color: rgb(255, 74, 23); }#footer .footer-top .footer-newsletter form { margin-top: 30px; background: rgb(255, 255, 255); padding: 6px 10px; position: relative; border-radius: 4px; }#footer .footer-top .footer-newsletter form input[type="email"] { border: 0px; padding: 4px; width: calc(100% - 110px); }#footer .footer-top .footer-newsletter form input[type="submit"] { position: absolute; top: 0px; right: -2px; bottom: 0px; border: 0px; font-size: 16px; padding: 0px 20px; background: rgb(255, 74, 23); color: rgb(255, 255, 255); transition: all 0.3s ease 0s; border-radius: 0px 4px 4px 0px; }#footer .footer-top .footer-newsletter form input[type="submit"]:hover { background: rgb(255, 94, 49); }#footer .copyright { text-align: center; padding-top: 30px; }#footer .credits { padding-top: 10px; text-align: center; font-size: 13px; color: rgb(255, 255, 255); }#footer .credits a { transition: all 0.3s ease 0s; color: rgb(255, 180, 0); }